﻿#menu
{
}

#menu ul
{
    margin: 0;
    width: 100%;
    margin-bottom: 2px;
    list-style: none;
}

#menu li
{
    display: block;
    padding-bottom: 1px;
    background: url(Images/Admin/img07.gif) repeat-x left bottom;
}

#menu a
{
    display: block;
    width: 100%;
    border-bottom: dotted 1px #6F74D1;
    padding: 10px 30px;
    text-decoration: none;
}

#menu a:hover, #menu .active a
{
    background: #7479D3 url(../images/admin/img08.gif) no-repeat 10px 50%;
    color: #fff;
}


